projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b15be
)
wayland: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Oct 2017 00:03:19 +0000
(20:03 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Oct 2017 00:04:12 +0000
(20:04 -0400)
This was noticed in the gtk3 backport of these changes.
gdk/wayland/gdkwindow-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkwindow-wayland.c
b/gdk/wayland/gdkwindow-wayland.c
index 64f2b201a54a259dabd393114338710665993e10..f6d3a38a6ff2cea73ed976617dc635483b9feaf5 100644
(file)
--- a/
gdk/wayland/gdkwindow-wayland.c
+++ b/
gdk/wayland/gdkwindow-wayland.c
@@
-2942,7
+2942,7
@@
gtk_surface_configure_edges (void *data,
new_state |= GDK_WINDOW_STATE_TOP_RESIZABLE;
break;
case GTK_SURFACE1_EDGE_CONSTRAINT_RESIZABLE_RIGHT:
- new_state |= GDK_WINDOW_STATE_
TOP_TILED
;
+ new_state |= GDK_WINDOW_STATE_
RIGHT_RESIZABLE
;
break;
case GTK_SURFACE1_EDGE_CONSTRAINT_RESIZABLE_BOTTOM:
new_state |= GDK_WINDOW_STATE_BOTTOM_RESIZABLE;